[krb5-auth-dialog] Add dir-locals.el
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] Add dir-locals.el
- Date: Thu, 13 Oct 2022 10:40:46 +0000 (UTC)
commit f20c56e921106b686e682056245c543ce2938fd4
Author: Guido Günther <agx sigxcpu org>
Date: Wed Oct 12 20:49:50 2022 +0200
Add dir-locals.el
This makes it simpler to indent ui files
.dir-locals.el | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..6cb52ac
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,10 @@
+(
+ (setq auto-mode-alist (cons '("\\.ui$" . nxml-mode) auto-mode-alist))
+ (nxml-mode . (
+ (indent-tabs-mode . nil)
+ ))
+ (css-mode . (
+ (css-indent-offset . 2)
+ ))
+)
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]