Skip to content

Instantly share code, notes, and snippets.

@andreasupftw
Created November 2, 2016 10:13
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 andreasupftw/bc47b6d289c2999425925fdb5de6399b to your computer and use it in GitHub Desktop.
Save andreasupftw/bc47b6d289c2999425925fdb5de6399b to your computer and use it in GitHub Desktop.
# EditorConfig website: http://EditorConfig.org
# Plugin for Sublime Text: https://github.com/sindresorhus/editorconfig-sublime
# Plugin for Atom: https://github.com/sindresorhus/atom-editorconfig
# Plugin for Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
# top-most EditorConfig file
root = true
[*] # Files rules apply to
indent_style = space # Tab style
indent_size = 4 # Tab space
insert_final_newline = true # Insert new line at the end of file
trim_trailing_whitespace = true # Remove spaces at the end of each line
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment