Skip to content

Instantly share code, notes, and snippets.

@DragorWW
Created January 31, 2017 14:48
Show Gist options
  • Save DragorWW/871ecada290f0363d911ab25c3ef0fa9 to your computer and use it in GitHub Desktop.
Save DragorWW/871ecada290f0363d911ab25c3ef0fa9 to your computer and use it in GitHub Desktop.
editorconfig
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
[COMMIT_EDITMSG]
max_line_length = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment