Florian Knoop

Results 4 issues of Florian Knoop

I tried to format code which has a variable called `ne` used in the following way: ```fortran if (skipreference .and. ne .gt. 0) then write (*,*) 'something' end if ```...

critical bug

This is a follow up on https://github.com/click-contrib/click-completion/issues/6 I think the `-f` flag in the very end of https://github.com/click-contrib/click-completion/blob/master/click_completion/fish.j2#L1 inhibits file completion in my app. I think this is related to...

Hi, precompiler directives such as `#ifdef` can break indentation, see for example this piece of code after reformatting with `fprettify`: ```fortran module pure function lo_frobnorm(m) result(nrm) real(flyt), dimension(:, :), intent(in)...

bug

I have the following snippet: $$ \begin{equation} \begin{pmatrix} m_1 \ddot{\mathbf{u}}_1 \\ m_2 \ddot{\mathbf{u}}_2 \\ \vdots \\ m_{N_a} \ddot{\mathbf{u}}_{N_a} \end{pmatrix}= \begin{pmatrix} \mathbf{\Phi}_{11} & \mathbf{\Phi}_{12} & \cdots & \mathbf{\Phi}_{1N_a} \\ \mathbf{\Phi}_{21} &...