Skip to content

Commit

Permalink
Updated ruling to match styling with other Superblocks projects
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-tarazaga committed May 31, 2018
1 parent 6cb7d18 commit a4d3ddd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Tab indentation
[*]
indent_style = space
indent_size = 2
indent_size = 4
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
indent_size = 2

0 comments on commit a4d3ddd

Please sign in to comment.