| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 557ae14 commit e3ea432
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,6 +96,12 @@ BreakStringLiterals: false | |||
| 96 | 96 | # Switch statement body is always indented one level more than case labels. | |
| 97 | 97 | IndentCaseLabels: false | |
| 98 | 98 | ||
| 99 | + # Indents directives before the hash. | ||
| 100 | + # #if FOO | ||
| 101 | + # # include <foo> | ||
| 102 | + # #endif | ||
| 103 | + IndentPPDirectives: AfterHash | ||
| 104 | + | ||
| 99 | 105 | # Don't indent a function definition or declaration if it is wrapped after the | |
| 100 | 106 | # type | |
| 101 | 107 | IndentWrappedFunctionNames: false | |
| Back | FazBrowse Home | New Git URL |
0 commit comments