Skip to content

Instantly share code, notes, and snippets.

@dlOuOlb
Created October 28, 2020 13:40
Show Gist options
  • Save dlOuOlb/7a1b6be01d379a0b9ab1b9eb6ea96800 to your computer and use it in GitHub Desktop.
Save dlOuOlb/7a1b6be01d379a0b9ab1b9eb6ea96800 to your computer and use it in GitHub Desktop.
Tap-Size Selector

Tab-Size Preference: { default, 2, 3, 4, 6, 8 }

Tab-Size Preference: { [default](?ts=0), [2](?ts=2), [3](?ts=3), [4](?ts=4), [6](?ts=6), [8](?ts=8) }
<Div ID="file-test-md-readme" Class="Box-body readme blob js-code-block-container p-5 p-xl-6 gist-border-0">
<Article ItemProp="text" Class="markdown-body entry-content container-lg">
<P>
Tab-Size Preference:
{
<A HRef="?ts=0">default</A>,
<A HRef="?ts=2">2</A>,
<A HRef="?ts=3">3</A>,
<A HRef="?ts=4">4</A>,
<A HRef="?ts=6">6</A>,
<A HRef="?ts=8">8</A>
}
</P>
</Article>
</Div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment