18 lines
511 B
Plaintext
18 lines
511 B
Plaintext
# 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;
|
|
|