Skip to content

Commit a22ba22

Browse files
auk: update rules_swiftnav, and clang-format [OI-2284] (#150)
Jira - https://swift-nav.atlassian.net/browse/OI-2284 Design Notes Deleted extra spaces in the `rules_swiftnav/clang_format/.clang-format` file. Co-authored-by: fbattocchia <florencia.battocchia@creativa77.com.ar>
1 parent e00c04c commit a22ba22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang_format/.clang-format

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AlwaysBreakBeforeMultilineStrings: true
2424
AlwaysBreakTemplateDeclarations: true
2525
BinPackArguments: true
2626
BinPackParameters: true
27-
BraceWrapping:
27+
BraceWrapping:
2828
AfterClass: false
2929
AfterControlStatement: false
3030
AfterEnum: false
@@ -59,12 +59,12 @@ DerivePointerAlignment: false
5959
DisableFormat: false
6060
ExperimentalAutoDetectBinPacking: false
6161
FixNamespaceComments: true
62-
ForEachMacros:
62+
ForEachMacros:
6363
- foreach
6464
- Q_FOREACH
6565
- BOOST_FOREACH
6666
IncludeBlocks: Preserve
67-
IncludeCategories:
67+
IncludeCategories:
6868
- Regex: '^<ext/.*\.h>'
6969
Priority: 2
7070
- Regex: '^<.*\.h>'

0 commit comments

Comments
 (0)