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
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
# 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
|