I am using geany 1.36 under CentOS 7. Is it possible to configure geany so that it automatically indents code when creating/editing yml/yaml files?
On Thu, 7 Oct 2021 at 12:03, H agents@meddatainc.com wrote:
I am using geany 1.36 under CentOS 7. Is it possible to configure geany so that it automatically indents code when creating/editing yml/yaml files?
Default autoindentation mode is a global setting (Edit->Preferences->Editor->Indentation->Autoindent mode) not a per filetype setting, although it can be manually enabled/disabled per file (Document->Autoindentation).
Cheers Lex
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
It can be done: Tools > Configuration files > Filetype Configuration > Miscellaneous > filetypes.yaml Then uncommend and edit: [indentation]width=2# 0 is spaces, 1 is tabs, 2 is tab & spacestype=0 Save the changes. Default width is usually 4. To be honest, I did this for the Ruby filetype, not for YAML. The company I work for never told me if they want the YAML to be 2 spaces, we have rules only for the Ruby code. After the changes, you could do: Tools > Reload Configuration. Or simply close Geany and open it again, if reloading don't give the desired effect.
Eugene On Thursday, October 7, 2021, 05:03:27 a.m. GMT+3, H agents@meddatainc.com wrote:
I am using geany 1.36 under CentOS 7. Is it possible to configure geany so that it automatically indents code when creating/editing yml/yaml files?
_______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users