Skip to content

Instantly share code, notes, and snippets.

@ClementParis016
Created September 6, 2016 15:56
Show Gist options
  • Save ClementParis016/ba072ea29ab384ff4f6e2c5ee122ffc4 to your computer and use it in GitHub Desktop.
Save ClementParis016/ba072ea29ab384ff4f6e2c5ee122ffc4 to your computer and use it in GitHub Desktop.
My favorite .editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment