잡단한것들/코딩연습장
.edtiorconfig
ekgoddldi
2021. 4. 13. 11:21
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