Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
this is our default editorconfig for most projects. this solves #32
Browse files Browse the repository at this point in the history
  • Loading branch information
globalworming committed Mar 20, 2015
1 parent 07b73c1 commit 677221e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
#
# Jetbrains (IntelliJ etc): https://github.com/JetBrains/intellij-community/tree/master/plugins/editorconfig
# Sublime Text: https://github.com/editorconfig/editorconfig-sublime
#

root = true

[*]
end_of_line = lf
indent_style = space
indent_size = 2
continuation_indent_size = 2
# trim_trailing_whitespace = true

[**.md]
trim_trailing_whitespace = false

0 comments on commit 677221e

Please sign in to comment.