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.
26 lines
486 B
26 lines
486 B
# Don't search for other .editconfig files |
|
root = true |
|
|
|
[*] |
|
|
|
# Unix-style newlines |
|
end_of_line = lf |
|
|
|
# There a newline at the end of the file |
|
insert_final_newline = true |
|
|
|
# Trailing whitespaces, no one needs them |
|
trim_trailing_whitespace = true |
|
|
|
# Why would anyone use anything else? |
|
charset = utf-8 |
|
|
|
# This is just what we use, sorry if you disagree |
|
indent_style = space |
|
indent_size = 4 |
|
|
|
# line lenght, same as old kernel stipulated |
|
max_line_length = 80 |
|
|
|
[Makefile] |
|
indent_style = tab
|
|
|