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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
261 B

# 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