Skip to content

Commit

Permalink
added config files for popular formatting tools (#4554)
Browse files Browse the repository at this point in the history
* added config files for popular formatting tools

* edited and moved formatting files to root per review suggestion
  • Loading branch information
yfinkelstein authored and aardappel committed Dec 21, 2017
1 parent 8518b3f commit 5d9930a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
@@ -0,0 +1,7 @@
---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Right
...

7 changes: 7 additions & 0 deletions .editorconfig
@@ -0,0 +1,7 @@
root = true
[*.{cpp,cc,h}]
end_of_line = LF
indent_style = space
indent_size = 2
insert_final_newline = true

0 comments on commit 5d9930a

Please sign in to comment.