diff options
| author | Xian Wang <dev@xianwang.io> | 2022-03-17 15:08:46 -0400 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2022-03-17 15:08:46 -0400 |
| commit | cf30ad213feb916b71edb7471c38deabd18f9fdf (patch) | |
| tree | ebe152681505f2eb1ea3342b7ae2ed97424f5dd4 | |
| parent | a93539086e5c58ecfb246952aacb2cba729ebce6 (diff) | |
| download | dotfiles-cf30ad213feb916b71edb7471c38deabd18f9fdf.tar.gz dotfiles-cf30ad213feb916b71edb7471c38deabd18f9fdf.tar.bz2 dotfiles-cf30ad213feb916b71edb7471c38deabd18f9fdf.zip | |
fix indentation
| -rw-r--r-- | .editorconfig | 2 | ||||
| -rw-r--r-- | install.conf.yaml | 34 |
2 files changed, 18 insertions, 18 deletions
diff --git a/.editorconfig b/.editorconfig index 69613a8..6e9be44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ root = true [*.{yaml,yml}] indent_style = space -indent_size = 2 +indent_size = 4 diff --git a/install.conf.yaml b/install.conf.yaml index 791d0d9..efce390 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -1,26 +1,26 @@ - defaults: - link: - relink: true + link: + relink: true - clean: ['~'] - create: - ~/.gnupg: - mode: 0700 + ~/.gnupg: + mode: 0700 - link: - ~/.config/fontconfig/fonts.conf: - path: config/fontconfig/fonts.conf - create: true - force: true - ~/.gnupg/gpg-agent.conf: - path: gnupg/gpg-agent.conf - ~/.vimrc: - path: vimrc - force: true - ~/.zshrc: - path: zshrc - force: true + ~/.config/fontconfig/fonts.conf: + path: config/fontconfig/fonts.conf + create: true + force: true + ~/.gnupg/gpg-agent.conf: + path: gnupg/gpg-agent.conf + ~/.vimrc: + path: vimrc + force: true + ~/.zshrc: + path: zshrc + force: true - shell: - - [git submodule update --init --recursive, Installing submodules] + - [git submodule update --init --recursive, Installing submodules] |
