roryokane / detectindent

Vim script for automatically detecting indent settings
21 stars 6 forks source link

Ignore docblock alignment space #17

Open friday opened 6 years ago

friday commented 6 years ago

This is detected as using 1 space for indentaion:

class Event {
    /**
     * Does·something; Doesn't·just·stand·there
     */
    trigger() {
    }
}