diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-08-22 18:30:24 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-08-22 18:30:24 +0200 |
| commit | 4ead9be4468d8d58c027bf6e6616e3b4d6e727eb (patch) | |
| tree | 18ab19fd5213c9d302b165eafa46a6f1f8902e75 /kte/global.kateconfig | |
| parent | 04f4a7df197ce327f36b666869a1ca2f09934e58 (diff) | |
| download | dotfiles-4ead9be4468d8d58c027bf6e6616e3b4d6e727eb.tar.gz dotfiles-4ead9be4468d8d58c027bf6e6616e3b4d6e727eb.zip | |
Complete re-structuring so it's easier to install
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'kte/global.kateconfig')
| -rw-r--r-- | kte/global.kateconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kte/global.kateconfig b/kte/global.kateconfig deleted file mode 100644 index ea6db45..0000000 --- a/kte/global.kateconfig +++ /dev/null @@ -1,14 +0,0 @@ - -// 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; 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; 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). - |
