perennialmind

Results 12 comments of perennialmind

@craigbarnes Sorry I wasn't as clear as I'd thought I was. :smile: I'll try to elaborate on the rationale. Most editorconfig options relate to the finer points of on-disk representation...

Heh. That's what I get for trying to cater to a Windows-centric audience. :smile: I'm one of those folks with a heavily customized prompt: I like that I'm able to...

I get where you're coming from. `final_end_of_line` made sense to me at the time: I wanted to focus on the semantics rather than any particular expression. That seemed to be...

Option №2 | Convention | Option | Value | | - | - | - | | Windows linebreak | `crlf_starts_new_line` | `true` | | RFC-style line endings | `crlf_starts_new_line`...

Option №3 | Convention | Option | Value | | - | - | - | | Windows linebreak | `crlf_placement` | `between-lines` | | RFC-style line endings | `crlf_placement`...

Option №4 | Convention | Option | Value | | - | - | - | | Windows linebreak | `crlf_after` | `all-but-final-line` | | RFC-style line endings | `crlf_after`...

Option №5 | Convention | Option | Value | | - | - | - | | Windows linebreak | `last_crlf_line` | `after-last-crlf` | | RFC-style line endings | `last_crlf_line`...

Option №6 | Convention | Option | Value | | - | - | - | | Windows linebreak | `final_crlf_line` | `linetext-nocrlf-eof` | | RFC-style line endings | `final_crlf_line`...

Option №7 (last one, I promise) | Convention | Option | Value | | - | - | - | | Windows linebreak | `crlf_effect` | `ends-line-and-begins-next` | | RFC-style...

@awwright I agree that the **separate** and **terminate** terms distill the distinction nicely. Personally, I would find your concise option values `separated` and `terminated` intuitive. I proposed a bunch of...