Ver código fonte

Do not trim trailing whitespace in patch files

wip-nanopi-m4v2
Johannes Bornhold 9 anos atrás
pai
commit
da563e5773
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      .editorconfig

+ 4
- 0
.editorconfig Ver arquivo

@@ -22,3 +22,7 @@ indent_size = 2
[*.{sh,py,pl}]
indent_style = space
indent_size = 4

# Match diffs, avoid to trim trailing whitespace
[*.{diff,patch}]
trim_trailing_whitespace = false

Carregando…
Cancelar
Salvar