.. _configuration: Configuration ============= .. toctree:: :maxdepth: 1 :hidden: config_file configuring_transformers Behaviour of *robotidy* can be changed through global options or by configuring specific transformer. To read more about configuring transformer go to :ref:`configuring-transformers`. To see how to configure robotidy using configuration files see :ref:`config-file`. .. rubric:: Command line options To list *robotidy* command line options run:: robotidy --help .. rubric:: Ignored paths Robotidy reads and ignores paths from ``.gitignore`` and ``--exclude``. You can overwrite default excludes by using ``--exclude`` option. If you want to exclude additional paths on top of those from ``--exclude`` and ``.gitignore`` use ``--extend-exclude`` with pattern:: robotidy --extend-exclude skip_me.robot|some_dir/* .