Mads Kjeldgaard
Mads Kjeldgaard
I still have no clue about indentation and tree-sitter. If anyone would like to enlighten me/us, feel free
If anyone feels like helping out with understanding how indentation is supposed to work, please let me know.
Possible inspiration: https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/ecma/indents.scm
And tiny bit of documentation here https://github.com/nvim-treesitter/nvim-treesitter/blob/master/CONTRIBUTING.md#indents
The indentation queries have been updated and improved somewhat but still not good enough
Thanks for the quick and thorough response. It sounds like some of this will be addressed in the upcoming release but then perhaps the Eigen lib / complex stuff which...
> @madskjeldgaard I've just merged PRs into core and here that should hopefully go some substantial way to addressing this: all the algorithms have been reviewed, and anything that touches...
> Yes, looking at the [block in question](https://github.com/AlexHarker/HISSTools_Library/blob/6c09283589555a6fc8d13e2d09a0212c87142f73/HISSTools_FFT/HISSTools_FFT_Core.h#L8) > ``` > #if defined(__arm__) || defined(__arm64) > #include > #include > #elif defined(__APPLE__) || defined(__linux__) || defined(_WIN32) > #if defined(_WIN32) >...
Will try it out. Thanks!
> > Yes, looking at the [block in question](https://github.com/AlexHarker/HISSTools_Library/blob/6c09283589555a6fc8d13e2d09a0212c87142f73/HISSTools_FFT/HISSTools_FFT_Core.h#L8) > > ``` > > #if defined(__arm__) || defined(__arm64) > > #include > > #include > > #elif defined(__APPLE__) || defined(__linux__)...