This commit is contained in:
Valéry Febvre 2022-12-20 16:39:37 +01:00
parent 4eac098302
commit a1ffddc481
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,9 @@ indent_size = 2
[*.json]
insert_final_newline = ignore
[*.md]
trim_trailing_whitespace = false
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab

View File

@ -23,6 +23,7 @@ repos:
args: [--markdown-linebreak-ext=md]
- id: check-executables-have-shebangs
- id: end-of-file-fixer
exclude: ^.*\.json$
- repo: https://github.com/pycqa/flake8
rev: 6.0.0