diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-14 13:48:16 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-14 14:21:02 +0100 | 
| commit | 098e317447a7118897e762290a296ad00ae01740 (patch) | |
| tree | 95c6dd6a988903faf13406ef64b07a8ccc875753 | |
| parent | a53af220a7dd90791b998aa6a7b769b86da8a0c9 (diff) | |
editorconfig: tabs as 4 characters
| -rw-r--r-- | .editorconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.editorconfig b/.editorconfig index 2cbc03dd..51ffe580 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ trim_trailing_whitespace = true  insert_final_newline = true  indent_style = space  indent_size = 4 +tab_width = 4  [Makefile]  indent_style = tab | 
