Last active
August 22, 2019 10:24
-
-
Save ricogoh/d5f9935c3ddb96a55cdc2da72716e36f to your computer and use it in GitHub Desktop.
Editor Configuration Setting
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
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = space | |
indent_size = 4 | |
trim_trailing_whitespace = true | |
[*.yml] | |
indent_size = 2 | |
[*.{vue,js,json,html,scss}] | |
indent_style = space | |
indent_size = 2 | |
[*.md] | |
insert_final_newline = false | |
trim_trailing_whitespace = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment