diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-12-10 17:15:00 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-12-10 17:15:00 +0100 |
| commit | 3f6d8dad6284e50c77e51d35a730f52b46f0ddb5 (patch) | |
| tree | 3ef6562092013da63ca3cf76686c91b211e108fa /kte | |
| parent | f57e42fd60777cd7a987fe7524c120cda3c1ff0b (diff) | |
| download | dotfiles-3f6d8dad6284e50c77e51d35a730f52b46f0ddb5.tar.gz dotfiles-3f6d8dad6284e50c77e51d35a730f52b46f0ddb5.zip | |
kte: removed the `remove-trailing-spaces` setting.
In this case it's safe to pick the default value.
Diffstat (limited to 'kte')
| -rw-r--r-- | kte/global.kateconfig | 12 | ||||
| -rw-r--r-- | kte/kde.kateconfig | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/kte/global.kateconfig b/kte/global.kateconfig index 2ba6fee..ea6db45 100644 --- a/kte/global.kateconfig +++ b/kte/global.kateconfig @@ -1,13 +1,13 @@ // Tabs 4-spaces wide: C, C++, Bison, PHP and Go. -kate-mimetype(text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc): indent-width 4; remove-trailing-spaces modified; replace-tabs false; tab-indents true; tab-width 4; -kate-wildcard(*.y;*.yy): indent-width 4; remove-trailing-spaces modified; replace-tabs false; tab-indents true; tab-width 4; -kate-mimetype(text/x-php4-src;text/x-php3-src;text/vnd.wap.wml;application/x-php): indent-width 4; remove-trailing-spaces modified; replace-tabs false; tab-indents true; tab-width 4; -kate-wildcard(*.go): indent-width 4; remove-trailing-spaces modified; replace-tabs false; tab-indents true; tab-width 4; +kate-mimetype(text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc): indent-width 4; replace-tabs false; tab-indents true; tab-width 4; +kate-wildcard(*.y;*.yy): indent-width 4; replace-tabs false; tab-indents true; tab-width 4; +kate-mimetype(text/x-php4-src;text/x-php3-src;text/vnd.wap.wml;application/x-php): indent-width 4; replace-tabs false; tab-indents true; tab-width 4; +kate-wildcard(*.go): indent-width 4; replace-tabs false; tab-indents true; tab-width 4; // 2 spaces, no tabs: Ruby & JS. -kate-mimetype(application/x-ruby): indent-width 2; remove-trailing-spaces modified; replace-tabs true; tab-indents true; tab-width 2; -kate-mimetype(text/x-javascript;application/x-javascript): indent-width 2; remove-trailing-spaces modified; replace-tabs true; tab-indents true; tab-width 2; +kate-mimetype(application/x-ruby): indent-width 2; replace-tabs true; tab-indents true; tab-width 2; +kate-mimetype(text/x-javascript;application/x-javascript): indent-width 2; replace-tabs true; tab-indents true; tab-width 2; // Any other language is set undefined. The style will be picked according to // the defaults as given in the settings dialog (Editing -> Indentation). diff --git a/kte/kde.kateconfig b/kte/kde.kateconfig index aa32a5a..45776f0 100644 --- a/kte/kde.kateconfig +++ b/kte/kde.kateconfig @@ -1,5 +1,5 @@ // Tabs 4-spaces wide: C, C++, Bison, PHP and Go. -kate-mimetype(text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc): indent-width 4; remove-trailing-spaces modified; replace-tabs true; tab-indents true; tab-width 4; -kate-wildcard(*.y;*.yy): indent-width 4; remove-trailing-spaces modified; replace-tabs true; tab-indents true; tab-width 4; +kate-mimetype(text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc): indent-width 4; replace-tabs true; tab-indents true; tab-width 4; +kate-wildcard(*.y;*.yy): indent-width 4; replace-tabs true; tab-indents true; tab-width 4; |
