Skip to content

Instantly share code, notes, and snippets.

View jeffrey-igaw's full-sized avatar
๐ŸŽฏ
Focusing

Jeff jeffrey-igaw

๐ŸŽฏ
Focusing
View GitHub Profile
# ์ตœ ์ƒ์œ„ EditorConfig ํŒŒ์ผ
root = true
# ๋ชจ๋“  ํŒŒ์ผ์— ์œ ๋‹‰์Šค ์Šคํƒ€์ผ์˜ ์ค„๋ฐ”๊ฟˆ๊ณผ ํŒŒ์ผ ๋์„ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค
[*]
end_of_line = lf
insert_final_newline = true
# ์—ฌ๋Ÿฌ ์œ ํ˜•์˜ ํ™•์žฅ์ž์— ๋Œ€ํ•œ ๊ธฐ๋ณธ ๋ฌธ์ž์—ด ์„ค์ •์„ ํ•ฉ๋‹ˆ๋‹ค
[*.{js,py}]