commit
387bf34eac
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# http://EditorConfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.{py,cpp,h}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
@ -70,6 +70,8 @@ You can use the `hacking/calamaresstyle` script to run
|
|||||||
[astyle](http://astyle.sf.net) on your code and have it formatted the right
|
[astyle](http://astyle.sf.net) on your code and have it formatted the right
|
||||||
way.
|
way.
|
||||||
|
|
||||||
|
**NOTE:** An .editorconfig file is included to assist with formatting. In order to take advantage of this functionality you will need to acquire the [EditorConfig](http://editorconfig.org/#download) plug-in for your editor.
|
||||||
|
|
||||||
Naming
|
Naming
|
||||||
------
|
------
|
||||||
* Use CamelCase for everything.
|
* Use CamelCase for everything.
|
||||||
|
Loading…
Reference in New Issue
Block a user