mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
As recommended in the Coding Style "Code editor" section: https://developer.gimp.org/core/coding_style/#code-editor--integrated-development-environment-ide
11 lines
247 B
JSON
11 lines
247 B
JSON
{
|
|
"C_Cpp.clang_format_fallbackStyle": "GNU",
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
"editor.tabSize": 2,
|
|
"editor.renderControlCharacters": true,
|
|
"editor.renderWhitespace": "trailing",
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.eol": "\n"
|
|
} |