-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ReSharper tweaks * Create .clang-format * Update .clang-format * format CK3Character.h * Update CK3Character.cpp
- Loading branch information
1 parent
fb6aaa6
commit 9e0b96b
Showing
4 changed files
with
64 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
BasedOnStyle: Chromium | ||
Language: Cpp | ||
|
||
AccessModifierOffset: -2 | ||
MaxEmptyLinesToKeep: 3 | ||
IndentWidth: 4 | ||
TabWidth: 4 | ||
ColumnLimit: 160 | ||
SortIncludes: true | ||
SortUsingDeclarations: true | ||
SpaceBeforeInheritanceColon: false | ||
UseTab: Always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters