An open API service indexing awesome lists of open source software.

https://github.com/vovanr/test-readme-code-tab-space

Tabs vs Spaces
https://github.com/vovanr/test-readme-code-tab-space

Last synced: over 1 year ago
JSON representation

Tabs vs Spaces

Awesome Lists containing this project

README

          

# test-readme-code-tab-space

Tabs

```html


  1. Foo



  2. Bar


    • Lorem

    • Ipsum


  3. Baz


```

Spaces

```html


  1. Foo



  2. Bar


    • Lorem

    • Ipsum


  3. Baz


```