Files
compiler-the-translators/.clang-format

7 lines
136 B
YAML

BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 0
AllowShortStringsOnSingleLine: true
BreakStringLiterals: false
ReflowComments: false