diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-08-16 19:28:36 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-08-16 19:28:36 +0200 |
commit | 908545350817b7f427be7a898db6af21fa2736ed (patch) | |
tree | f480665cad6f1b12e0168e0fca2def02543c65af /.editorconfig | |
download | company-ebuild-908545350817b7f427be7a898db6af21fa2736ed.tar.gz company-ebuild-908545350817b7f427be7a898db6af21fa2736ed.tar.bz2 company-ebuild-908545350817b7f427be7a898db6af21fa2736ed.zip |
*: init0.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..baa071b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +insert_final_newline = true +tab_width = 4 +trim_trailing_whitespace = true + +[.gitmodules] +indent_style = tab + +[Makefile] +indent_style = tab |