1
0
Fork 0

.editorconfig: added editor configuration; CONTRIBUTING: changed tabstop requirement to 4

This commit is contained in:
Emma Tebibyte 2023-12-27 15:38:38 -07:00
parent 83d6f0b2c2
commit cbe8f5f8e8
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
2 changed files with 9 additions and 1 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
charset = utf8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true

View File

@ -91,7 +91,7 @@ notice:
*/
When writing code, make sure lines never exceed 80 characters in width when
using two-character-wide tabs.
using four-character-wide indentation steps.
For usage text and help messages, please do not implement a -h option. Just
print usage information when any erroneous option is specified. Follow the