Improved code formatting (#33)
- Used dfmt (otbs style) - Added some empty lines and braces on all block statements - Add .editorconfig Closes #29
This commit is contained in:
parent
c42eb823a2
commit
137b3c36b7
10 changed files with 723 additions and 542 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
[**.d]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
dfmt_brace_style = otbs
|
||||
dfmt_space_after_keywords = true
|
||||
dfmt_space_after_cast = true
|
||||
dfmt_template_constraint_style = always_newline_indent
|
Loading…
Add table
Add a link
Reference in a new issue