Skip to content

Commit

Permalink
v1.1.0 updated base files and internal conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jan 31, 2018
1 parent 6ec4700 commit af64375
Show file tree
Hide file tree
Showing 21 changed files with 4,881 additions and 807 deletions.
17 changes: 12 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# 2014 June 8
# 2018 January 24
# https://github.com/bevry/base

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = false
indent_style = tab

[*.json]
[{*.mk,*.py}]
indent_style = tab
indent_size = 4

[*.md]
indent_style = space
indent_size = 2
indent_size = 4

[*.yml]
[{*.json,*.yml,*.bowerrc,*.babelrc}]
indent_style = space
indent_size = 2

[*.json]
insert_final_newline = true
Loading

0 comments on commit af64375

Please sign in to comment.