# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
# indent_size = 4 #삭제
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
# 아래 문구를 추가한다
[*.{html, css, js}]
indent_size = 2
# 4 space indentation
[*.py]
indent_size = 4
_
반응형