diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index af47cbe..82b2335 100644 --- a/.editorconfig +++ b/.editorconfig @@ -46,6 +46,12 @@ _mode = python3 indent_style = space indent_size = 4 +[requirements.txt] +_mode = pip + +[**/Documentation/**.txt] +_mode = man-cat + [{.editorconfig,.gitmodules}] _mode = ini |