mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
Adds project-specific IDE settings to improve code style consistency and development environment. Removes the .idea directory from the .gitignore file, as these files are now intended to be part of the project for consistent IDE configuration across contributors.
7 lines
238 B
XML
7 lines
238 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="VcsDirectoryMappings">
|
|
<mapping directory="" vcs="Git" />
|
|
<mapping directory="$PROJECT_DIR$/extlibs/googletest" vcs="Git" />
|
|
</component>
|
|
</project> |