blob: b2eed4f556b5021e706a2992b4cc08b77698adc3 (
plain)
1
2
3
4
5
6
7
8
|
;;----------------------------------------------------------------------------
;; EditorConfig
;;----------------------------------------------------------------------------
(use-package editorconfig)
(editorconfig-mode 1)
(provide 'init-editorconfig)
|