Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

zk-phi/web-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

original behavior

const foo = (
  <Foo>
    { cond && (
        <Bar />
    ) }
  </Foo>
);

this branch

const foo = (
  <Foo>
    { cond && (
      <Bar />
    ) }
  </Foo>
);

this behavior is compatible with eslint rule jsx-indent

About

web template editing mode for emacs

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 81.8%
  • JavaScript 9.3%
  • HTML 5.4%
  • Blade 1.0%
  • Java 0.6%
  • EJS 0.3%
  • Other 1.6%