sechan100_daily-routine-2/.editorconfig
sechan100 75ac8602ba feat: 루틴 뷰 만들기
기본적인 view를 만들 수 있는 ReactView 클래스를 만들고, 이를 상속하여 기본적인 형태의 RoutineView를 만들었다.
2024-09-24 11:52:52 +09:00

10 lines
156 B
INI

# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4