auto-detect-indentation icon indicating copy to clipboard operation
auto-detect-indentation copied to clipboard

Auto detect indentation of files in Atom

Results 12 auto-detect-indentation issues
Sort by recently updated
recently updated
newest added

Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///usr/lib/atom/static/index.js:166:12) Object. (/home/andrea/.atom/packages/auto-detect-indentation/lib/indentation-status-view.coffee:151:29) Object. (/home/andrea/.atom/packages/auto-detect-indentation/lib/indentation-status-view.coffee:155:4) Object. (/home/andrea/.atom/packages/auto-detect-indentation/lib/indentation-status-view.coffee:159:3) Module._compile (/usr/lib/atom/src/native-compile-cache.js:120:30) Object..coffee (/usr/lib/atom/src/compile-cache.js:252:23) ```

Yesterday I've updated to Atom 1.12.0 and this plugin doesn't work anymore. I'm on Windows 10 64 bits. Thanks!

Just upgraded my Atom to 1.13.1 and it seems this package stoped working any more? Any ideas? Thanks

When this add-on is disabled and then re-enabled, it creates new indentation selector status. ![atom_multiple-indent-selector](https://user-images.githubusercontent.com/127763/29347339-241ffb0c-8276-11e7-8ea5-5220033ff46c.jpg)

`TextEditor.prototype.displayBuffer` has always been private, but now it is gone. Reading the `displayBuffer` property now returns a reference to the containing `TextEditor`, which now provides *some* of the API of...

When one has a `config.cson` that specifies per-type indentation, my expectation would be that the config settings are the default for new files and are responsible for the tab width...

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.11.2 **Electron Version**: 0.37.8 **System**: Ubuntu 16.04.1 **Thrown From**: [auto-detect-indentation](https://github.com/jtokoph/auto-detect-indentation) package, v1.3.0 ### Stack Trace Uncaught Error: Cannot find...

`TextEditor.prototype.displayBuffer` has always been private, but now it is gone. Reading the `displayBuffer` property now returns a reference to the containing `TextEditor`, which now provides _some_ of the API of...

So, how can i get the package to work exactly? I have a lot of c projects which are intended in vim, i thought this package worked automatically but nothing...