spacemacs/contrib/editorconfig
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00
..
img Add editorconfig layer 2015-04-10 22:59:24 -04:00
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.md Edit editorconfig layer README 2015-04-10 23:01:58 -04:00

EditorConfig Layer for Spacemacs

EditorConfig

Table of Contents

Description

This layer provides support for EditorConfig. Syntax highlighting is also provided for .editorconfig files.

Install

Layer

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(editorconfig))

EditorConfig

If you have not installed the EditorConfig C Core already, follow the instructions here.