Skip to content

Commit

Permalink
Merge pull request #2313 from daiyam/editorconfig
Browse files Browse the repository at this point in the history
add EditorConfig
  • Loading branch information
Rokt33r committed Sep 4, 2018
2 parents 6a22427 + b39ef59 commit 6b32b3a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Space indentation
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{*.yml,*.yaml,package.json}]
indent_style = space
indent_size = 2

0 comments on commit 6b32b3a

Please sign in to comment.