Skip to content

Instantly share code, notes, and snippets.

@vaporic
Created April 9, 2020 03:51
Show Gist options
  • Save vaporic/667c986d9e10587de7508afd64404b78 to your computer and use it in GitHub Desktop.
Save vaporic/667c986d9e10587de7508afd64404b78 to your computer and use it in GitHub Desktop.
editorconfig vaporic
root = true
[*]
max_line_length = 100
end_of_line = lf
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sh]
indent_size = 2
[*.html]
indent_size = 2
[*.{js,json}]
indent_size = 2
[*.{css,styl,scss,less,sass}]
indent_size = 2
[*.php]
indent_size = 4
[*.rb]
indent_size = 2
[*.py]
indent_size = 4
[*.txt]
indent_size = 4
[*.{c,cpp}]
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = false
[*.go]
indent_size = 2
indent_style = tab
[*.md]
trim_trailing_whitespace = false
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment