<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>vim-indent-detect, branch HEAD</title>
<subtitle>A Vim plugin for handeling indentation.</subtitle>
<entry>
<id>d37852070dddf291884974c26fd30c88eccc81ad</id>
<published>2024-04-20T09:42:45Z</published>
<updated>2024-04-20T09:42:45Z</updated>
<title type="text">skip detection if editorconfig has been applied</title>
<link rel="alternate" type="text/html" href="commit/d37852070dddf291884974c26fd30c88eccc81ad.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">skip detection if editorconfig has been applied
</content>
</entry>
<entry>
<id>fe247ce9b452dd2818bbb8ac90129930ffadbd1a</id>
<published>2023-06-11T06:43:27Z</published>
<updated>2023-06-11T06:43:27Z</updated>
<title type="text">set softtabstop to -1</title>
<link rel="alternate" type="text/html" href="commit/fe247ce9b452dd2818bbb8ac90129930ffadbd1a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">set softtabstop to -1

use the same value as shiftwidth

this is better if users change shiftwidth manually
</content>
</entry>
<entry>
<id>93d7839a4df53c2b540297cb9c145781f6f1a338</id>
<published>2023-06-11T06:43:05Z</published>
<updated>2023-06-11T06:43:05Z</updated>
<title type="text">use &amp;g:shiftwidth instead of g:detectindent_preferred_indent</title>
<link rel="alternate" type="text/html" href="commit/93d7839a4df53c2b540297cb9c145781f6f1a338.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">use &amp;g:shiftwidth instead of g:detectindent_preferred_indent
</content>
</entry>
<entry>
<id>4c3b7716ce118b562eae9fea8ba2981c7ecbb8eb</id>
<published>2023-06-06T13:40:00Z</published>
<updated>2023-06-06T13:40:00Z</updated>
<title type="text">rm detectindent_preferred_expandtab</title>
<link rel="alternate" type="text/html" href="commit/4c3b7716ce118b562eae9fea8ba2981c7ecbb8eb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">rm detectindent_preferred_expandtab
</content>
</entry>
<entry>
<id>1b3f70681c53d54eb676b6477f501a2616090e6d</id>
<published>2023-06-06T13:39:19Z</published>
<updated>2023-06-06T13:39:19Z</updated>
<title type="text">do not set default when no indent is found</title>
<link rel="alternate" type="text/html" href="commit/1b3f70681c53d54eb676b6477f501a2616090e6d.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">do not set default when no indent is found

this conflicts with other mechanisms, such as filetype settings or
editorconfig
</content>
</entry>
<entry>
<id>8feee4653ce6460506dc66806fe1f5f00f25f574</id>
<published>2020-05-20T05:44:28Z</published>
<updated>2020-05-20T05:44:28Z</updated>
<title type="text">refactor optional args</title>
<link rel="alternate" type="text/html" href="commit/8feee4653ce6460506dc66806fe1f5f00f25f574.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">refactor optional args
</content>
</entry>
<entry>
<id>9e851a2d5c7acbd2c6a5f955cfac553be2a50137</id>
<published>2019-02-23T18:12:02Z</published>
<updated>2019-02-23T18:12:02Z</updated>
<title type="text">use autoload and explicit l: variables</title>
<link rel="alternate" type="text/html" href="commit/9e851a2d5c7acbd2c6a5f955cfac553be2a50137.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@posteo.de</email>
</author>
<content type="text">use autoload and explicit l: variables
</content>
</entry>
<entry>
<id>69857b8f1b0196dda175b086d31ca37b44cfa301</id>
<published>2016-10-20T17:40:28Z</published>
<updated>2016-10-20T17:40:28Z</updated>
<title type="text">Create LICENSE</title>
<link rel="alternate" type="text/html" href="commit/69857b8f1b0196dda175b086d31ca37b44cfa301.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">Create LICENSE</content>
</entry>
<entry>
<id>3fc3058c1a367b4eddfc867beab3d1bd396cc2d4</id>
<published>2016-09-22T05:05:44Z</published>
<updated>2016-09-22T05:05:44Z</updated>
<title type="text">space indent must be at least 2</title>
<link rel="alternate" type="text/html" href="commit/3fc3058c1a367b4eddfc867beab3d1bd396cc2d4.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">space indent must be at least 2
</content>
</entry>
<entry>
<id>3e2e87fc578005eec4ec17bf43807beef90dab47</id>
<published>2016-09-11T23:59:14Z</published>
<updated>2016-09-11T23:59:14Z</updated>
<title type="text">typo</title>
<link rel="alternate" type="text/html" href="commit/3e2e87fc578005eec4ec17bf43807beef90dab47.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">typo
</content>
</entry>
<entry>
<id>4bbf3bb2aa5112cec8163a8e0d8ba1674f50d5de</id>
<published>2016-09-11T23:54:10Z</published>
<updated>2016-09-11T23:54:10Z</updated>
<title type="text">add README</title>
<link rel="alternate" type="text/html" href="commit/4bbf3bb2aa5112cec8163a8e0d8ba1674f50d5de.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">add README
</content>
</entry>
<entry>
<id>5cec71e7384ad16eada3b272ac36dd34ca9aef67</id>
<published>2016-09-11T23:46:28Z</published>
<updated>2016-09-11T23:46:28Z</updated>
<title type="text">fix: do not overwrite settings</title>
<link rel="alternate" type="text/html" href="commit/5cec71e7384ad16eada3b272ac36dd34ca9aef67.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">fix: do not overwrite settings
</content>
</entry>
<entry>
<id>85894039502b5452cc13ca7a34701e2df6354a4a</id>
<published>2016-09-11T23:17:36Z</published>
<updated>2016-09-11T23:17:36Z</updated>
<title type="text">switch default to 4 spaces</title>
<link rel="alternate" type="text/html" href="commit/85894039502b5452cc13ca7a34701e2df6354a4a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">switch default to 4 spaces
</content>
</entry>
<entry>
<id>aefd788a5f872bb5eadcbdc1fcc978ead1bd7aba</id>
<published>2016-09-11T23:16:56Z</published>
<updated>2016-09-11T23:17:17Z</updated>
<title type="text">optional width argument in shortcut commands</title>
<link rel="alternate" type="text/html" href="commit/aefd788a5f872bb5eadcbdc1fcc978ead1bd7aba.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">optional width argument in shortcut commands
</content>
</entry>
<entry>
<id>a5c913b0df19ec08b12dcd29f051ea63abd3934a</id>
<published>2016-09-11T23:16:25Z</published>
<updated>2016-09-11T23:16:25Z</updated>
<title type="text">detect arbitrary space indentation</title>
<link rel="alternate" type="text/html" href="commit/a5c913b0df19ec08b12dcd29f051ea63abd3934a.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">detect arbitrary space indentation
</content>
</entry>
<entry>
<id>ee2e0f04a1aa9569535bcf6f14b738d2cdf3b818</id>
<published>2016-09-11T23:16:01Z</published>
<updated>2016-09-11T23:16:01Z</updated>
<title type="text">Gardening</title>
<link rel="alternate" type="text/html" href="commit/ee2e0f04a1aa9569535bcf6f14b738d2cdf3b818.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">Gardening
</content>
</entry>
<entry>
<id>56628f8571a4ad023691e19d84c9333f5dcd22bb</id>
<published>2016-09-11T23:15:28Z</published>
<updated>2016-09-11T23:15:28Z</updated>
<title type="text">rename to DetectIndent</title>
<link rel="alternate" type="text/html" href="commit/56628f8571a4ad023691e19d84c9333f5dcd22bb.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">rename to DetectIndent
</content>
</entry>
<entry>
<id>183262b3d711401df8c3e3900e8193667d20bf11</id>
<published>2016-09-11T23:15:05Z</published>
<updated>2016-09-11T23:15:05Z</updated>
<title type="text">default parameters</title>
<link rel="alternate" type="text/html" href="commit/183262b3d711401df8c3e3900e8193667d20bf11.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">default parameters
</content>
</entry>
<entry>
<id>f2445a75172e024a46050b28ea760a0ef296426b</id>
<published>2016-09-11T23:12:41Z</published>
<updated>2016-09-11T23:12:41Z</updated>
<title type="text">add SetIndent function</title>
<link rel="alternate" type="text/html" href="commit/f2445a75172e024a46050b28ea760a0ef296426b.html" />
<author>
<name>Tobias Bengfort</name>
<email>tobias.bengfort@gmx.net</email>
</author>
<content type="text">add SetIndent function
</content>
</entry>
</feed>
