Hayden Gomes | 7511699 | 2019-08-15 10:09:39 -0700 | [diff] [blame] | 1 | --- |
| 2 | Language: Java |
| 3 | DisableFormat: true |
| 4 | SortIncludes: false |
| 5 | --- |
| 6 | Language: Cpp |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 7 | BasedOnStyle: Google |
Eric Jeong | 4164136 | 2020-02-05 11:45:49 -0800 | [diff] [blame] | 8 | AlignOperands: false |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 9 | AllowShortBlocksOnASingleLine: false |
Eric Jeong | 4164136 | 2020-02-05 11:45:49 -0800 | [diff] [blame] | 10 | AllowShortFunctionsOnASingleLine: Inline |
| 11 | AlwaysBreakBeforeMultilineStrings: false |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 12 | CommentPragmas: NOLINT:.* |
Eric Jeong | 4164136 | 2020-02-05 11:45:49 -0800 | [diff] [blame] | 13 | ColumnLimit: 100 |
| 14 | AccessModifierOffset: -4 |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 15 | IndentWidth: 4 |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 16 | TabWidth: 4 |
Eric Jeong | 4164136 | 2020-02-05 11:45:49 -0800 | [diff] [blame] | 17 | ContinuationIndentWidth: 8 |
| 18 | ConstructorInitializerIndentWidth: 6 |
Eric Jeong | 8ec89bf | 2020-02-11 15:49:56 -0800 | [diff] [blame] | 19 | SpacesBeforeTrailingComments: 2 |
Eric Jeong | 4164136 | 2020-02-05 11:45:49 -0800 | [diff] [blame] | 20 | DerivePointerAlignment: false |
| 21 | PointerAlignment: Left |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 22 | UseTab: Never |
Eric Jeong | 4164136 | 2020-02-05 11:45:49 -0800 | [diff] [blame] | 23 | BreakInheritanceList: AfterColon |
| 24 | BreakConstructorInitializers: AfterColon |
| 25 | PenaltyBreakBeforeFirstCallParameter: 100000 |
Eric Jeong | 2de705f | 2020-09-21 12:19:16 -0700 | [diff] [blame] | 26 | IncludeBlocks: Regroup |
| 27 | IncludeCategories: |
| 28 | - Regex: '^<[[:alnum:]_]+\.h>' |
| 29 | Priority: 3 |
Eric Jeong | 2de705f | 2020-09-21 12:19:16 -0700 | [diff] [blame] | 30 | - Regex: '^<sys/(auxv|cachectl|capability|cdefs|endian|epoll|errno|eventfd|fcntl|file|fsuid|ifunc|inotify|ioctl|ipc|klog|limits|mman|mount|msg|mtio|param|personality|poll|prctl|procfs|ptrace|queue|quota|random|reboot|reg|resource|select|sem|sendfile|shm|signalfd|signal|socket|statfs|stat|statvfs|swap|syscall|sysconf|sysinfo|syslog|sysmacros|_system_properties|system_properties|thread_properties|time|timerfd|times|timex|ttydefaults|types|ucontext|uio|un|unistd|user|utsname|vfs|vt|wait|xattr)\.h>' |
| 31 | Priority: 3 |
Eric Jeong | 2de705f | 2020-09-21 12:19:16 -0700 | [diff] [blame] | 32 | - Regex: '^<[[:alnum:]_]+>' |
Eric Jeong | 8de4200 | 2020-09-23 12:51:11 -0700 | [diff] [blame] | 33 | Priority: 4 |
Lakshman Annadorai | 817771e | 2021-01-15 12:13:41 -0800 | [diff] [blame] | 34 | - Regex: '^<.*/[[:alnum:]_]+\.h>$|^<[[:alnum:]_]+\.sysprop\.h>$' |
Eric Jeong | 2de705f | 2020-09-21 12:19:16 -0700 | [diff] [blame] | 35 | Priority: 2 |
| 36 | - Regex: '^".*' |
| 37 | Priority: 1 |
Hayden Gomes | 7511699 | 2019-08-15 10:09:39 -0700 | [diff] [blame] | 38 | --- |