Raise clang-format column size, make std::span support in opengl.hpp version-dependent

This commit is contained in:
wheremyfoodat 2023-06-16 22:06:59 +03:00
parent 553d23974a
commit 936302da2a
4 changed files with 42 additions and 20 deletions

View file

@ -1,6 +1,6 @@
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 120
ColumnLimit: 150
AccessModifierOffset: -2
TabWidth: 4
NamespaceIndentation: All