mirror of https://github.com/GNOME/gimp.git
Add .vscode/settings.json compliant with Coding Style
As recommended in the Coding Style "Code editor" section: https://developer.gimp.org/core/coding_style/#code-editor--integrated-development-environment-ide
This commit is contained in:
parent
e653535ed2
commit
161d6e6932
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"C_Cpp.clang_format_fallbackStyle": "GNU",
|
||||
"editor.rulers": [
|
||||
80
|
||||
],
|
||||
"editor.tabSize": 2,
|
||||
"editor.renderControlCharacters": true,
|
||||
"editor.renderWhitespace": "trailing",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.eol": "\n"
|
||||
}
|
Loading…
Reference in New Issue