mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 03:53:52 -05:00
11 lines
141 B
JavaScript
11 lines
141 B
JavaScript
// File with 2-spaces indentation
|
|
function foobar() {
|
|
foo = bar
|
|
while (true) {
|
|
fizfuz()
|
|
fizfuz()
|
|
fizfuz()
|
|
fizfuz()
|
|
}
|
|
}
|