diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-29 21:33:17 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-29 21:33:17 +0200 |
| commit | 014fceb30933e67a1729ab1367cc90d1e996aafe (patch) | |
| tree | 1f03549df0909a17d4a75095a3d131c0c1445c56 /test | |
| parent | a4eb62c1b1aa3df29c9ad046e362c3820d0a66c2 (diff) | |
| download | dotfiles-014fceb30933e67a1729ab1367cc90d1e996aafe.tar.gz dotfiles-014fceb30933e67a1729ab1367cc90d1e996aafe.zip | |
Add .editorconfig
Diffstat (limited to 'test')
| -rw-r--r-- | test/.editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/.editorconfig b/test/.editorconfig new file mode 100644 index 0000000..db601e5 --- /dev/null +++ b/test/.editorconfig @@ -0,0 +1,14 @@ + +root = true + + +[*] +charset = utf-8 +indent_style = tab +indent_size = 4 +max_line_length = 10000 + +# Python config +[**.py] +max_line_length = 10000 +indent_size = 4 |
