Created
May 29, 2024 19:14
-
-
Save cmbaughman/504cb95043b4eb776ae077bed5fbe56d to your computer and use it in GitHub Desktop.
Editor Config
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
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
quote_type = single | |
### Frontend files | |
[*.{css,scss,less,js,json,ts,sass,php,html,htm,ejs}] | |
### Markdown | |
[*.md] | |
indent_style = space | |
indent_size = 4 | |
trim_trailing_whitespace = false | |
### YAML | |
[*.yml] | |
indent_style = space | |
indent_size = 2 | |
### Specific files | |
[{package,bower}.json] | |
indent_style = space | |
indent_size = 2 | |
[*.bat] | |
end_of_line = crlf | |
[Makefile] | |
indent_size = 4 | |
indent_style = tab | |
[{deps}/**] | |
charset = unset | |
end_of_line = unset | |
indent_size = unset | |
indent_style = unset | |
trim_trailing_whitespace = unset | |
[/{node_modules}/**] | |
charset = unset | |
end_of_line = unset | |
indent_size = unset | |
indent_style = unset | |
trim_trailing_whitespace = unset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment