From 08af5752b8f433ed921ac13128c6f810df1f3fe3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Mar 2023 02:50:40 +0000 Subject: .editorconfig: add (import from portage) Signed-off-by: Sam James --- .editorconfig | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..68c8e6c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# Copyright 2017-2020 Gentoo Authors + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +indent_size = 4 +tab_width = 4 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{py,yaml,yml}] +indent_style = space + +[pylintrc] +indent_style = space + +[*.py] +profile = black -- cgit v1.2.3-65-gdbad