Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ajerez
Created March 26, 2019 14:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajerez/fb89db9fbb8dfa7562affe2af9e066fd to your computer and use it in GitHub Desktop.
Save ajerez/fb89db9fbb8dfa7562affe2af9e066fd to your computer and use it in GitHub Desktop.
Default editor config for my projects
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment