Skip to content

Instantly share code, notes, and snippets.

@publicJorn
Last active April 11, 2016 14:28
Show Gist options
  • Save publicJorn/d6c91513f2ef6080ebe5add47b4b6089 to your computer and use it in GitHub Desktop.
Save publicJorn/d6c91513f2ef6080ebe5add47b4b6089 to your computer and use it in GitHub Desktop.
My preferred .editorconfig settings
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
max_line_length = off
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
tab_width = 2
[*.{txt}]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment