Skip to content

Commit

Permalink
Add editorconfig, add .vscode to ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiusTheBest committed Oct 19, 2019
1 parent af6ae54 commit ac5d7f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

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

[*.md]
trim_trailing_whitespace = false
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
build
.vscode

0 comments on commit ac5d7f2

Please sign in to comment.