diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-15 22:08:51 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-15 22:08:51 +0300 |
commit | 8390ff253d3688c3f76e3149d43d3120f9549359 (patch) | |
tree | cc93ae33329fb0b5a78d20022f638b45d98c68ae /.clang-format | |
parent | Update readme (diff) | |
download | nheko-8390ff253d3688c3f76e3149d43d3120f9549359.tar.xz |
Fix icons for retina displays
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index d5606cdf..42d7b6f7 100644 --- a/.clang-format +++ b/.clang-format @@ -5,7 +5,6 @@ AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AllowShortFunctionsOnASingleLine: Empty BasedOnStyle: Mozilla -BreakBeforeBraces: Linux ColumnLimit: 100 IndentCaseLabels: false IndentWidth: 8 |