diff options
author | 2017-07-02 10:58:19 -0700 | |
---|---|---|
committer | 2017-07-02 11:03:12 -0700 | |
commit | 6dcbf921b914be90a052b961dd04d7e90029e893 (patch) | |
tree | 856f40df8f90c5bbef563ff892c20e96902e5079 /.editorconfig | |
parent | checks: Add more deprecated eclasses (diff) | |
download | portage-6dcbf921b914be90a052b961dd04d7e90029e893.tar.gz portage-6dcbf921b914be90a052b961dd04d7e90029e893.tar.bz2 portage-6dcbf921b914be90a052b961dd04d7e90029e893.zip |
.editorconfig: set basic defaults
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..da06fc19f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# Copyright 2017 Gentoo Foundation + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +indent_size = 4 +tab_width = 4 +insert_final_newline = true + +[*.{yaml,yml}] +indent_style = space |