xenia/.clang-format

17 lines
306 B
Plaintext
Raw Normal View History

2015-02-21 23:45:23 +01:00
---
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
2015-12-27 19:27:46 +01:00
SortIncludes: true
2025-07-18 20:26:28 +02:00
KeepEmptyLines:
AtStartOfFile: false
InsertNewlineAtEOF: true
2020-02-22 19:05:37 +01:00
# Regroup causes unnecessary noise due to clang-format bug.
IncludeBlocks: Preserve
---
Language: Java
DisableFormat: true
SortIncludes: false