diff options
author | QMK Bot <hello@qmk.fm> | 2019-04-19 01:23:52 +0200 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2019-04-19 01:23:52 +0200 |
commit | dd290085c9e9c7d87fed64170407ca4cdc3c7433 (patch) | |
tree | 5ee249eca5320d99191ab4284c4cc3dbcdac3e04 /.clang-format | |
parent | 068571b9febb46edb64663bf6e84ae821a8219a3 (diff) | |
download | qmk_firmware-dd290085c9e9c7d87fed64170407ca4cdc3c7433.tar.gz qmk_firmware-dd290085c9e9c7d87fed64170407ca4cdc3c7433.tar.xz |
convert to unix line-endings [skip ci]
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 4652b9e0a..96c486259 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ ---- +--- BasedOnStyle: Google AlignAfterOpenBracket: Align AlignConsecutiveAssignments: 'true' |