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