Created
June 12, 2019 14:37
-
-
Save cnaa97/d39ec44f0bbf372cedd095c92731e639 to your computer and use it in GitHub Desktop.
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
# EditorConfig is awesome: https://EditorConfig.org | |
root = true | |
# Unix-style newlines with a newline ending every file | |
[*] | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = true | |
max_line_length = 80 | |
trim_trailing_whitespace = true | |
# use utf-8 as default charset for scripts and styles | |
[*.{js,css,less}] | |
charset = utf-8 | |
[**.js] | |
indent_style = space | |
tab_width = 2 | |
indent_size = 2 | |
quote_type = double |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment