Fedora Remix maintained by the Rochester Institute of Technology (RIT) Linux Users Group, targeted at users new to Linux and RIT students, faculty, and staff
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# EditorConfig file: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix line endings
|
|
[*]
|
|
end_of_line = lf
|
|
|
|
# 4 space indentation for every file
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# Except for in Makefiles
|
|
[Makefile]
|
|
indent_style = tab
|