diff options
author | rtk0c <[email protected]> | 2022-06-27 00:13:08 +0000 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-27 00:13:08 +0000 |
commit | 8a23aa89a58d3a90d5851b449b5552e1fcdcaded (patch) | |
tree | 86a527705eafe1ba36d6d5744afeddad196c0eeb /ui.qt | |
parent | 9ad9af9f2596b91e1dd65e71543f75b0644e8283 (diff) |
(From git) Initial server setup
git-svn-id: file:///home/arch/svn/epistmool/trunk@4 71f44415-077c-4ad7-a976-72ddbf76608f
Diffstat (limited to 'ui.qt')
-rw-r--r-- | ui.qt/.clang-format | 55 | ||||
-rw-r--r-- | ui.qt/.gitignore | 5 |
2 files changed, 5 insertions, 55 deletions
diff --git a/ui.qt/.clang-format b/ui.qt/.clang-format deleted file mode 100644 index 841dce2..0000000 --- a/ui.qt/.clang-format +++ /dev/null @@ -1,55 +0,0 @@ -BasedOnStyle: LLVM -AccessModifierOffset: -4 -AlignAfterOpenBracket: DontAlign -AlignOperands: false -AlignTrailingComments: false -AllowAllParametersOfDeclarationOnNextLine: true -AllowAllArgumentsOnNextLine: true -AllowShortCaseLabelsOnASingleLine: true -AllowShortFunctionsOnASingleLine: Inline -AllowShortIfStatementsOnASingleLine: true -AlwaysBreakTemplateDeclarations: MultiLine -BinPackArguments: false -BinPackParameters: false -BraceWrapping: - AfterClass: true - AfterControlStatement: MultiLine - AfterEnum: false - AfterFunction: true - AfterNamespace: true - AfterObjCDeclaration: false - AfterStruct: true - AfterUnion: false - AfterExternBlock: false - BeforeCatch: false - BeforeElse: false - IndentBraces: false - SplitEmptyFunction: true - SplitEmptyRecord: true - SplitEmptyNamespace: true -BreakBeforeBraces: Custom -BreakBeforeTernaryOperators: true -BreakConstructorInitializers: BeforeComma -ColumnLimit: 0 -ConstructorInitializerAllOnOneLineOrOnePerLine: true -ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 4 -Cpp11BracedListStyle: false -IncludeCategories: - - Regex: '".*"' - Priority: 1 - - Regex: '^<.*\.h>' - Priority: 2 - - Regex: '^<.*' - Priority: 3 -IndentCaseLabels: true -IndentPPDirectives: AfterHash -IndentWidth: 4 -NamespaceIndentation: Inner -PointerAlignment: Left -TabWidth: 4 -UseTab: Always ---- -### C++ specific config ### -Language: Cpp -Standard: Cpp11 diff --git a/ui.qt/.gitignore b/ui.qt/.gitignore new file mode 100644 index 0000000..5d9d765 --- /dev/null +++ b/ui.qt/.gitignore @@ -0,0 +1,5 @@ +.idea/ +build/ +cache/ +CMakeLists.txt.user +compile_commands.json |