diff options
| author | Neil Shephard <nshephard@protonmail.com> | 2024-10-22 09:23:36 +0100 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-10-22 11:51:53 +0300 |
| commit | 364b78afacbf811e744a774268b07267ce0cd2a5 (patch) | |
| tree | b3f48319c544309403db13945ca8a9654e9e9839 /doc/modules | |
| parent | 41f8a8e7bdc50467256af632108989b5c980cd56 (diff) | |
Order file markers table by file name
Browsing the documentation I found it cumbersome to read this table as it wasn't in alphabetical order. This commit
re-orders the table by `File` column.
Perhaps a different order might be to include a column for language and order by that with sub-ordering by supported
files within that language.
Diffstat (limited to 'doc/modules')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index ff96ca4..d1726b7 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -42,106 +42,106 @@ are the configuration files of various build tools. Out of the box the following |=== | File | Project Type -| rebar.config -| Rebar project file +| `.ensime` +| Ensime configuration file -| project.clj -| Leiningen project file +| `CMakeLists.txt` +| CMake -| build.boot -| Boot-clj project file +| `Cargo.toml` +| Cargo project file -| deps.edn -| Clojure CLI project file +| `DESCRIPTION` +| R package description file -| SConstruct -| Scons project file +| `GTAGS` +| GNU Global tags -| default.nix -| Nix project file +| `Gemfile` +| Bundler file -| flake.nix -| Nix flake project file +| `Makefile` +| Make -| pom.xml -| Maven project file +| `SConstruct` +| Scons project file -| build.sbt -| SBT project file +| `TAGS` +| etags/ctags are usually in the root of project -| build.sc -| Mill project file +| `WORKSPACE` +| Bazel workspace file -| gradlew -| Gradle wrapper script +| `build.boot` +| Boot-clj project file -| build.gradle +| `build.gradle` | Gradle project file -| .ensime -| Ensime configuration file +| `build.sbt` +| SBT project file -| Gemfile -| Bundler file +| `build.sc` +| Mill project file -| requirements.txt -| Pip file +| `composer.json` +| Composer project file -| setup.py -| Setuptools file +| `configure.ac` +| autoconf new style -| tox.ini -| Tox file +| `configure.in` +| autoconf old style -| composer.json -| Composer project file +| `cscope.out` +| cscope -| Cargo.toml -| Cargo project file +| `debian/control` +| Debian package dpkg control file -| mix.exs -| Elixir mix project file +| `default.nix` +| Nix project file -| stack.yaml -| Haskell's stack tool based project +| `deps.edn` +| Clojure CLI project file -| dune-project +| `dune-project` | OCaml Dune project file -| info.rkt -| Racket package description file +| `flake.nix` +| Nix flake project file -| DESCRIPTION -| R package description file +| `gradlew` +| Gradle wrapper script -| TAGS -| etags/ctags are usually in the root of project +| `info.rkt` +| Racket package description file -| GTAGS -| GNU Global tags +| `mix.exs` +| Elixir mix project file -| configure.in -| autoconf old style +| `pom.xml` +| Maven project file -| configure.ac -| autoconf new style +| `project.clj` +| Leiningen project file -| cscope.out -| cscope +| `rebar.config` +| Rebar project file -| Makefile -| Make +| `requirements.txt` +| Python Pip file -| CMakeLists.txt -| CMake +| `setup.py` +| Setuptools file -| WORKSPACE -| Bazel workspace file +| `stack.yaml` +| Haskell's stack tool based project -| debian/control -| Debian package dpkg control file +| `tox.ini` +| Tox file -| xmake.lua +| `xmake.lua` | xmake project |=== |
