Created
August 14, 2019 07:04
-
-
Save Manyaka/c2f7e1b2949e8bd6d28f8813ad0e38db to your computer and use it in GitHub Desktop.
.editorconfig
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: http://EditorConfig.org | |
# top-most EditorConfig file | |
root = true | |
# для всех файлов | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_style = space | |
indent_size = 2 | |
trim_trailing_whitespace = true | |
insert_final_newline = true | |
max_line_length = 90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment