commit b81143a35b41e6dcc3178188e02ebd952e5dfd2b parent c0d4c59613fcf19dbd2c132677526b09b9e01828 Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Wed, 3 Aug 2022 18:55:40 +0100 Add .editorconfig Diffstat:
A | .editorconfig | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +insert_final_newline = true + +charset = utf-8 + +indent_style = space +indent_size = 4 + +[.sh] +end_of_line = lf