Use editor.preferredLineLength as default column

This config value will be used when no custom column
exists for the current path.
This commit is contained in:
Kevin Sawicki
2013-02-14 09:11:13 -08:00
parent 43d46f0705
commit b8b989a94c
3 changed files with 10 additions and 8 deletions

View File

@@ -40,7 +40,8 @@ its own namespace.
- stripTrailingWhitespace
- singleTrailingNewline: Whether to reduce multiple newlines to one at the end of files
- wrapGuide
- columns: Soon to be replaced by editor.preferredLineLength
- columns: Array of hashes with a `pattern` and `column` key to match the
the path of the current editor to a column position.
## Reading Config Settings