diff --git a/.kateconfig b/.kateconfig new file mode 100644 index 0000000..b275d12 --- /dev/null +++ b/.kateconfig @@ -0,0 +1,17 @@ +# global editor options +auto-brackets false; +indent-width 4; +newline-at-eof on; +replace-tabs on; +replace-tabs-save on; +tab-width 4; + +# Force override of cmake options + +kate-wildcard(*.cmake;CMakeLists.txt): auto-brackets false; +kate-wildcard(*.cmake;CMakeLists.txt): indent-width 4; +kate-wildcard(*.cmake;CMakeLists.txt): newline-at-eof on; +kate-wildcard(*.cmake;CMakeLists.txt): replace-tabs on; +kate-wildcard(*.cmake;CMakeLists.txt): replace-tabs-save on; +kate-wildcard(*.cmake;CMakeLists.txt): tab-width 4; + diff --git a/.kateproject b/.kateproject new file mode 100644 index 0000000..57a149f --- /dev/null +++ b/.kateproject @@ -0,0 +1,5 @@ +{ + "name": "CMakeLists", + "directory": "/srv/code/cpp/FireSwarm", + "files": [ { "git": 1 } ] +}