Skip to content

Commit 8542383

Browse files
committedNov 3, 2020
chore: Add EditorConfig for IDE whitespace
1 parent a9f0d0e commit 8542383

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false
Has a comment. Original line has a comment.

7 commit comments

Comments
 (7)

Inocentkhan commented on Apr 29, 2021

@Inocentkhan

Inocentkhan commented on Apr 29, 2021

@Inocentkhan

Hichamchamas commented on May 18, 2021

@Hichamchamas

Hichamchamas commented on May 18, 2021

@Hichamchamas

GadNadem1 commented on Jul 11, 2023

@GadNadem1

GadNadem1 commented on Jul 11, 2023

@GadNadem1

JOKO1993-beb commented on Jul 18, 2024

@JOKO1993-beb
Please sign in to comment.