From 4c40a4dc245f7715f4891ed02d71475628e7a959 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 20 Jun 2022 19:54:29 +0000 Subject: new directory structure --- utils/nsxiv/.editorconfig | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 utils/nsxiv/.editorconfig (limited to 'utils/nsxiv/.editorconfig') diff --git a/utils/nsxiv/.editorconfig b/utils/nsxiv/.editorconfig new file mode 100644 index 0000000..72b2e5e --- /dev/null +++ b/utils/nsxiv/.editorconfig @@ -0,0 +1,28 @@ +# EditorConfig + +# apply to all files +[*] + +# top-most EditorConfig file +root = true + +# Set default charset +charset = utf-8 + +# Indentation +# indent with tabs +indent_style = tab +# same tab size as kernel style +indent_size = 8 + +# no trailing spaces +trim_trailing_whitespace = true + +# line lenght, same as kernel stipulated +max_line_length = 100 + +# all files have a final line +insert_final_newline = true + +# end of line +end_of_line = lf -- cgit v1.2.3