Skip to content

Instantly share code, notes, and snippets.

@gawaooooo
Created March 20, 2019 03:22
Show Gist options
  • Save gawaooooo/1370d633055322e4e03610ff4fc8757d to your computer and use it in GitHub Desktop.
Save gawaooooo/1370d633055322e4e03610ff4fc8757d 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
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[*.{css,scss}]
indent_size = 2
[*.html]
indent_size = 4
[*.{js,ts}]
indent_size = 4
[*.{json,yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[.*rc]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment