Skip to content

Instantly share code, notes, and snippets.

@clohr
Created March 11, 2017 19:05
Show Gist options
  • Save clohr/f08215ba5398295d165088bd30e0803b to your computer and use it in GitHub Desktop.
Save clohr/f08215ba5398295d165088bd30e0803b to your computer and use it in GitHub Desktop.
Preferred Editor Config Setup
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment