diff options
| author | Xiao Meng <[email protected]> | 2022-04-16 02:13:31 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-15 14:13:31 -0400 |
| commit | f690c04577851f9538d4633fccc6dcbc43c0a847 (patch) | |
| tree | d335dc50c4e6be3a8a48dfa0324fb1f859bb2af4 /.editorconfig | |
| parent | 24918c946d506efb77428eaa10deea0ddd460768 (diff) | |
| download | ai-pulse-obsidian-plugin-f690c04577851f9538d4633fccc6dcbc43c0a847.tar.gz ai-pulse-obsidian-plugin-f690c04577851f9538d4633fccc6dcbc43c0a847.zip | |
use LF instead of CRLF (#28)
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 8952366..84b8a66 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*]
charset = utf-8
+end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
|
