
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
findent
Advanced tools

findent indents/beautifies/converts and can optionally generate the dependencies of Fortran sources.
cpp and coco preprocess statementsNormal installation using pip
pip install findent
| OS | Architecture |
|---|---|
| Linux | x64, arm64, i686, aarch64, ppc64, s390x |
| MacOS | x64, arm64 |
| Windows | x64 |
in.f90 to out.f90findent < in.f90 > out.f90
in.f to Free Form out.f90findent -i4 -ofree < in.f > out.f90
.f extension in the current directorywfindent -i4 -Rr *.f
findent will generate a dependency list for:
include, #include and ??include statementsIn your Makefile add something similar to:
findent --makefdeps > makefdeps
chmod +x makefdeps
include deps
dep deps:
./makefdeps *.f90 > deps
The flag --makefdeps generates a script in the standard output.
Depending on your usecase the script might not suffice and you will need to write your own version.
Installation instructions:
findent --vim_help
Documentation:
:help equalprg
:help indentexpr
Installation instructions:
findent --gedit_help
Installation instructions:
findent --emacs_help
FAQs
findent: powerful Fortran formatter
We found that findent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.