diff options
author | Pavol Rusnak <pavol@rusnak.io> | 2023-04-13 11:33:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 11:33:16 +0200 |
commit | 82d146df9b43cf677e0dbce20b03cf864958a0cc (patch) | |
tree | 51247c2fc7c22bb77cac569f99fcba11db74708d /.editorconfig | |
parent | e7f6997f897a18b6372a6460e25c5f89e1469f1d (diff) |
do not force the prompt file to end with a new line (#908)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index df8aaf5..135a7e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,6 @@ indent_size = 4 [Makefile] indent_style = tab + +[prompts/*.txt] +insert_final_newline = unset |