From 09867bc3e5aab3ad6ad43525caccc42a0a23038d Mon Sep 17 00:00:00 2001 From: Gautam Kotian Date: Mon, 29 Feb 2016 23:56:42 +0100 Subject: [PATCH] Fix default value in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82100ef..04939ec 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ insert_final_newline | | `true` | Not supported. `dfmt` always inserts a final n charset | | `UTf-8` | Not supported. `dfmt` only works correctly on UTF-8. indent_style | `tab`, `space` | `space` | [See EditorConfig documentation.](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#indent_style) indent_size | positive integers | `4` | [See EditorConfig documentation.](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#indent_size) -tab_width | positive integers | `8` | [See EditorConfig documentation.](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#tab_width) +tab_width | positive integers | `4` | [See EditorConfig documentation.](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#tab_width) trim_trailing_whitespace | | `true` | Not supported. `dfmt` does not emit trailing whitespace. max_line_length | positive integers | `120` | [See EditorConfig documentation.](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length) ### dfmt-specific properties