Skip to content

Instantly share code, notes, and snippets.

@ilsenem
Last active September 26, 2020 08:29
Show Gist options
  • Save ilsenem/ef395006bb44a9ca162c to your computer and use it in GitHub Desktop.
Save ilsenem/ef395006bb44a9ca162c to your computer and use it in GitHub Desktop.
#editorconfig Basic .editorconfig settings
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,css,coffee,styl,json}]
indent_size = 2
[*.{xml,html}]
indent_size = 4
indent_style = tab
[Makefile]
indent_size = 8
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment