diff options
author | Felix S <felix.von.s@posteo.de> | 2022-03-30 11:31:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 04:31:25 -0700 |
commit | 180c81509f6bec740df2957aa3d8aebc4e27b601 (patch) | |
tree | b65cfcae93f90c6ff1a82ef530d8613b9040f53e | |
parent | ab2579bb45ccdb82d40dbb75f48721d97df88270 (diff) |
[docs] Add an `.editorconfig` file (#3220)
Authored by: fstirlitz
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..40c19fa66 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[**.py] +charset = utf-8 +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true +insert_final_newline = true |