Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Created August 14, 2019 07:04
Show Gist options
  • Save Manyaka/c2f7e1b2949e8bd6d28f8813ad0e38db to your computer and use it in GitHub Desktop.
Save Manyaka/c2f7e1b2949e8bd6d28f8813ad0e38db to your computer and use it in GitHub Desktop.
.editorconfig
# 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