GNOME Bugzilla – Bug 738565
Builder should ship with sane defaults for language settings
Last modified: 2014-10-15 21:14:27 UTC
We currently have a single schema defining the language settings for all languages. The schema is relocatable, which is good. However, the defaults in the schema are probably not ideal for all languages. We should install some sane defaults on first run. Python, for example should have: insert-spaces-instead-of-tabs : True tab-width : 4
Created attachment 288617 [details] [review] settings: install some reasonable defaults for common languages If ~/.local/share/gnome-builder/.defaults-installed is not found, we will set some reasonable defaults for C, Python, Ruby, JavaScript, XML, etc. We will likely iterate on these defaults a bit. Especially with how they will tie into auto-indentation in the future.
Attachment 288617 [details] pushed as 2df4056 - settings: install some reasonable defaults for common languages