2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "far2l-clang-format",
4 "title": "ClangFormat Options for far2l",
7 "$ref": "http://jetbrains.com/schema/clangformat.json"
12 "title": "The way to use tab characters in the resulting file.",
13 "x-intellij-html-description": "Modified to match https://github.com/elfmz/llvm-project",
17 "ForContinuationAndIndentation",
20 "ForContinuationAndIndentationAndComments"
25 "title": "Align by tab.",
26 "x-intellij-html-description": "Added to match https://github.com/elfmz/llvm-project",
29 "BreakConstructorInitializers": {
30 "title": "Break constructor initializers.",
31 "x-intellij-html-description": "Modified to match https://github.com/elfmz/llvm-project",
37 "SpaceBeforeAssignmentOperators": {
38 "title": "If `false`, spaces will be removed before assignment operators.",
39 "x-intellij-html-description": "Modified to match https://github.com/elfmz/llvm-project",
45 "AlignConsecutiveMembersAssignments": {
46 "title": "Align consecutive members assignments.",
47 "x-intellij-html-description": "Added to match https://github.com/elfmz/llvm-project",
50 "AllowLongTrailingComments": {
51 "title": "Allow long trailing comments.",
52 "x-intellij-html-description": "Added to match https://github.com/elfmz/llvm-project",