We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa189f8 commit 0f05aafCopy full SHA for 0f05aaf
.gitattributes
@@ -0,0 +1,16 @@
1
+# 모든 텍스트 파일의 줄바꿈을 LF로 강제
2
+* text=auto eol=lf
3
+
4
+# 바이너리 파일은 변경하지 않음
5
+*.png binary
6
+*.jpg binary
7
+*.jpeg binary
8
+*.gif binary
9
+*.ico binary
10
+*.mov binary
11
+*.mp4 binary
12
+*.mp3 binary
13
+*.zip binary
14
+*.gz binary
15
+*.dmg binary
16
+*.asar binary
biome.json
@@ -18,7 +18,8 @@
18
"formatter": {
19
"enabled": true,
20
"indentStyle": "space",
21
- "lineWidth": 100
+ "lineWidth": 100,
22
+ "lineEnding": "lf"
23
},
24
"linter": {
25
0 commit comments