Authenticator/.editorconfig
Bilal Elmoussaoui 75f154988a LoginWidget: remove uneeded widget, use Gtk.Template
reduce the complexity of the code by adding a GObject Property to the main window
this allows us to keep the state tracking pretty simple
2019-02-11 15:01:59 +01:00

15 lines
197 B
INI

root = true
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{py,py.in}]
indent_size = 4
[*.build]
indent_size = 2
[*.yml]
indent_size = 2