Created
February 25, 2018 00:17
-
-
Save IgorMing/d6f41480ed177f4a5d58a368f30c2a6f to your computer and use it in GitHub Desktop.
Editorconfig file just with useful stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# top-most EditorConfig file | |
root = true | |
# Unix-style newlines with a newline ending every file | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
# Indentation override for all JS under lib directory | |
[**.{js,json}] | |
charset = utf-8 | |
indent_style = space | |
indent_size = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment