forked from bonsai/harakit
.editorconfig: added editor configuration; CONTRIBUTING: changed tabstop requirement to 4
This commit is contained in:
parent
83d6f0b2c2
commit
cbe8f5f8e8
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
@ -91,7 +91,7 @@ notice:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
When writing code, make sure lines never exceed 80 characters in width when
|
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
|
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
|
print usage information when any erroneous option is specified. Follow the
|
||||||
|
Loading…
Reference in New Issue
Block a user