<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/.editorconfig, branch aucmd_textputpost</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>build(editorconfig): set indent_size to 4 for python files (#21135)</title>
<updated>2022-11-21T13:53:29+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2022-11-21T13:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5f7560b8daca7e87ae9d880a8657064244631892'/>
<id>5f7560b8daca7e87ae9d880a8657064244631892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(editorconfig): remove "charset" (#18541)</title>
<updated>2022-05-12T15:48:42+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-05-12T15:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0c8e48c78dc1088547f1586267b75d5b9754d687'/>
<id>0c8e48c78dc1088547f1586267b75d5b9754d687</id>
<content type='text'>
Hardcoding a charset causes trouble when porting Vim patches.
I previously tried to unset "charset" for certain file extensions, but
vim-patch.sh can generate more files, and automatically detecting file
encoding is more correct anyway.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hardcoding a charset causes trouble when porting Vim patches.
I previously tried to unset "charset" for certain file extensions, but
vim-patch.sh can generate more files, and automatically detecting file
encoding is more correct anyway.</pre>
</div>
</content>
</entry>
<entry>
<title>chore(editorconfig): unset "charset" for *.vim and *.po files</title>
<updated>2022-05-01T04:57:55+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2022-05-01T04:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=07660193a38918aa6a17ec691c4e8b021436ed67'/>
<id>07660193a38918aa6a17ec691c4e8b021436ed67</id>
<content type='text'>
There  are *.vim and *.po files ported from Vim that use a non-UTF-8 encoding.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There  are *.vim and *.po files ported from Vim that use a non-UTF-8 encoding.</pre>
</div>
</content>
</entry>
<entry>
<title>chore(editorconfig): set max_line_length for .h and .in files (#16775)</title>
<updated>2021-12-25T05:35:38+00:00</updated>
<author>
<name>Maverun</name>
<email>maverun@protonmail.ch</email>
</author>
<published>2021-12-25T05:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d2f62b3164353b61904b28348fca8a7f3f41f202'/>
<id>d2f62b3164353b61904b28348fca8a7f3f41f202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: set max_line_length in editorconfig (#16755)</title>
<updated>2021-12-23T13:46:57+00:00</updated>
<author>
<name>Gregory Anders</name>
<email>8965202+gpanders@users.noreply.github.com</email>
</author>
<published>2021-12-23T13:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0d7a97224f28cdf47d7ecc80b6d300c8c67c0b29'/>
<id>0d7a97224f28cdf47d7ecc80b6d300c8c67c0b29</id>
<content type='text'>
We established a while ago that 100 chars is our line length for both C
and Lua. Not all editorconfig plugins support the "max_line_length"
option, but many do (including all of the ones available for Vim/Neovim
to the best of my knowledge).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We established a while ago that 100 chars is our line length for both C
and Lua. Not all editorconfig plugins support the "max_line_length"
option, but many do (including all of the ones available for Vim/Neovim
to the best of my knowledge).</pre>
</div>
</content>
</entry>
<entry>
<title>editorconfig: set default tab width to 8 (#9467)</title>
<updated>2019-01-07T01:15:19+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2019-01-07T01:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0c42e0e8b1e24c2f6e2336ca955a1a5f8d3e0c5b'/>
<id>0c42e0e8b1e24c2f6e2336ca955a1a5f8d3e0c5b</id>
<content type='text'>
Vim patches may include tabs in Vimscript test files.
editorconfig uses "indent_size" for tabs if "tab_width" is unset
so the user sees 2-width tabs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vim patches may include tabs in Vimscript test files.
editorconfig uses "indent_size" for tabs if "tab_width" is unset
so the user sees 2-width tabs.</pre>
</div>
</content>
</entry>
<entry>
<title>editorconfig: Fix charset name #9070</title>
<updated>2018-09-30T15:02:19+00:00</updated>
<author>
<name>Matěj Cepl</name>
<email>mcepl@cepl.eu</email>
</author>
<published>2018-09-30T15:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=84fcba9b01a15a8defbae9ef2fa798cf55176af4'/>
<id>84fcba9b01a15a8defbae9ef2fa798cf55176af4</id>
<content type='text'>
According to
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
the possible values of the charset property are "latin1", "utf-8",
"utf-16be", "utf-16le", or "utf-8-bom" (case insensitive), not "utf_8"

It breaks https://github.com/sgur/vim-editorconfig/ for example.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
the possible values of the charset property are "latin1", "utf-8",
"utf-16be", "utf-16le", or "utf-8-bom" (case insensitive), not "utf_8"

It breaks https://github.com/sgur/vim-editorconfig/ for example.</pre>
</div>
</content>
</entry>
<entry>
<title>editorconfig: Makefile uses 8-width tab indent</title>
<updated>2018-08-23T17:47:15+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-08-23T17:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=13673ea78de6da4ffb18bd5fd58d6874c641b7fa'/>
<id>13673ea78de6da4ffb18bd5fd58d6874c641b7fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>editorconfig: handle Vim help files (#7354)</title>
<updated>2017-10-04T07:18:03+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2017-10-04T07:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b7fe15d8f9162888dd2ca944e61e1e12abe84815'/>
<id>b7fe15d8f9162888dd2ca944e61e1e12abe84815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add .editorconfig</title>
<updated>2016-02-23T09:03:27+00:00</updated>
<author>
<name>Jun T</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2016-02-23T09:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ac1f941edb461991d8405f76d62aefa98a572924'/>
<id>ac1f941edb461991d8405f76d62aefa98a572924</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
