3
0
Fork 0

Enable kate project/editor support

This commit is contained in:
Paul Reeves 2023-05-13 09:43:52 +02:00
parent 7bfb903735
commit 5803eacbcb
2 changed files with 22 additions and 0 deletions

17
.kateconfig Normal file
View File

@ -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;

5
.kateproject Normal file
View File

@ -0,0 +1,5 @@
{
"name": "CMakeLists",
"directory": "/srv/code/cpp/FireSwarm",
"files": [ { "git": 1 } ]
}