Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/14552'
Browse files Browse the repository at this point in the history
* origin/pr/14552:
  sublimetext project astyle rule fix
  • Loading branch information
kevingranade committed Dec 22, 2015
2 parents 9ff25da + d472aef commit 046a048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .astylerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These options are mirrored in .astylerc, Cataclysm-DDA.sublime-project and doc/CODE_STYLE.txt
# These options are mirrored in .astylerc and doc/CODE_STYLE.txt

# "One True Brace Style"
--style=1tbs
Expand Down
24 changes: 3 additions & 21 deletions Cataclysm-DDA.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,9 @@
{
"options_c++":
{
"comment" : "These options are mirrored in .astylerc, Cataclysm-DDA.sublime-project and doc/CODE_STYLE.txt",
"additional_options":
[
"--style=1tbs",
"--attach-inlines"
"--indent=spaces=4",
"--align-pointer=name",
"--max-code-length=100",
"--break-after-logical",
"--indent-classes",
"--indent-switches",
"--indent-preprocessor",
"--indent-col1-comments",
"--min-conditional-indent=0",
"--pad-oper",
"--add-brackets",
"--convert-tabs",
"--unpad-paren",
"--pad-paren-in"
]
}
"use_only_additional_options": true,
"additional_options_file": ".astylerc"
}
}
}
}

0 comments on commit 046a048

Please sign in to comment.