diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-07-07 20:52:56 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-07-07 20:52:56 +0200 |
commit | e2761fd718d470e4a4565628e10ec3ac726e89b4 (patch) | |
tree | 47b1a9a83e6d104e6fa06b3ef20ec00aa5c962f8 /.editorconfig | |
download | emacs-openrc-e2761fd718d470e4a4565628e10ec3ac726e89b4.tar.gz emacs-openrc-e2761fd718d470e4a4565628e10ec3ac726e89b4.tar.bz2 emacs-openrc-e2761fd718d470e4a4565628e10ec3ac726e89b4.zip |
*: port0.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 |