summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-30 18:21:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-30 18:24:25 -0500
commitf44415b9dde9ff7b3621714d6986cbca3bf9e60e (patch)
tree8b4c95c682d3308bbb879be589b3dafeec076895 /.editorconfig
parentdba1bc3a73482a30a71c24788829cb220689848b (diff)
downloadpython-coveragepy-git-f44415b9dde9ff7b3621714d6986cbca3bf9e60e.tar.gz
build: some files need to be excused from usual formatting rules
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index ae430ffd..679ae499 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -33,6 +33,12 @@ indent_size = 2
[*.rst]
max_line_length = 79
+[*.tok]
+trim_trailing_whitespace = false
+
+[*_dos.tok]
+end_of_line = crlf
+
[Makefile]
indent_style = tab
indent_size = 8