Skip to content

Instantly share code, notes, and snippets.

@mjaschen
Created January 20, 2017 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjaschen/4ba5220de454f4200d465352f0add509 to your computer and use it in GitHub Desktop.
Save mjaschen/4ba5220de454f4200d465352f0add509 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{json,yml,less,scss,css}]
indent_size = 2
[{Makefile,makefile}]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment