Skip to content

Commit

Permalink
Fixed comment in .editorconfig. Added to gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Printzell <[email protected]>
  • Loading branch information
Vild committed Jan 11, 2016
1 parent e555884 commit c82eb1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ max_line_length = 160
trim_trailing_whitespace = false

[*.d]
// It's more like K&R than otbs, but K&R does not exist in dfmt
# It's more like K&R than otbs, but K&R does not exist in dfmt
dfmt_brace_style = otbs
dfmt_soft_max_line_length = 120
dfmt_align_switch_statements = true
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ __dummy.html
/dwin
dub.selections.json
.gdb_history
*~
.vscode

0 comments on commit c82eb1b

Please sign in to comment.