Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Add basic .brackets.json and .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Triangle717 committed Sep 12, 2014
1 parent 6d99f22 commit 83120c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .brackets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"spaceUnits": 2,
"useTabChar": false,
"linting.enabled": true
}
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# EditorConfig
root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

0 comments on commit 83120c6

Please sign in to comment.