본문 바로가기

잡단한것들/코딩연습장

.edtiorconfig

root = true

# All files
[*]
charset = utf-8
end_of_line = lf

# Indentation and spacing
indent_style = space
indent_size = 4
tab_width = 4

# New line preferences
insert_final_newline = true
# 후행 공백 제거
trim_trailing_whitespace = true

# Markdown Files
[*.md]
trim_trailing_whitespace = false

# Web Files
[*.{htm,html,js,ts,tsx,vue}]
indent_size = 4

# Css Files
[*.{css,sass,scss,less,svg}]
indent_size = 2

'잡단한것들 > 코딩연습장' 카테고리의 다른 글

문자열 더하기  (0) 2021.04.27
jQuery  (0) 2021.04.20
css 테두리 겹치기 꼼수  (0) 2021.02.18
스크롤 이벤트  (0) 2021.02.16
THE MOVIE DATABASE API활용하기  (0) 2021.02.01