Enable kate project/editor support
This commit is contained in:
parent
7bfb903735
commit
5803eacbcb
17
.kateconfig
Normal file
17
.kateconfig
Normal 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
5
.kateproject
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "CMakeLists",
|
||||
"directory": "/srv/code/cpp/FireSwarm",
|
||||
"files": [ { "git": 1 } ]
|
||||
}
|
Loading…
Reference in New Issue
Block a user