git: Add '.editorconfig' and update '.gitignore'.

dev-brahim
Pierre-Antoine 2025-03-03 11:48:14 +01:00
parent cb4db42227
commit 06353a5dec
2 changed files with 15 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# Acoused .editorconfig
root = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
TAGS
Error_file.txt
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python